home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC for Alla 2005 April
/
PC för Alla 0504.iso
/
noje
/
arcade-3.6.exe
/
tetris.swf
/
scripts
/
DefineSprite_2
/
frame_7
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-11-29
|
315 b
|
21 lines
x = Number(_parent._name) - y;
with(_root)
{
var j = y;
while(j > 0)
{
drawBlock(flag_array[x + j] = flag_array[x + j - 10],x + j);
j -= 10;
}
if(!x)
{
simult--;
}
if(!simult)
{
drawNextShape();
drawThisShape();
startFall();
}
}